vcMessageScope
vcMessageScope is a context manager for creating a message scope with a specific text and font family. It allows for structured message logging within the scope.
See in: Overview
Module: vcCore
Parent: -
Children -
Referenced by: vcMessageService.createScope()
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| FontFamily | String | R | Gets the font family to be used for the message scope.See moreWhen the value is an empty string, the application will use the vcMessageService.MonospaceFontFamily. Defaults to an empty string. |
| Text | String | R | Gets the text to be displayed in the message scope. |